Trace number 2060257

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 364.939 408.934

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-9_glb.xml
MD5SUM8ba45946ef8405b9c947640d2d7b6833
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.082987
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(20)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sat Jul 11 17:23:31 2009
0.02/0.07	c 0	PID 11891
0.02/0.07	c 0	HOST node77.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2060257-1247325811.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060257-1247325811.xml' 'HOME/temp.csp'
0.06/0.26	c 0	1 domains, 81 variables, 0 predicates, 0 relations, 21 constraints
0.06/0.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.29	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.37	c 1	Parsing HOME/temp.csp
0.25/0.39	c 1	parsed 103 expressions
0.25/0.42	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.42	c 1	Converting to clausal form CSP
0.25/0.43	c 1	converted 11 (10%) expressions
0.25/0.43	c 1	converted 21 (20%) expressions
0.25/0.43	c 1	converted 31 (30%) expressions
0.25/0.44	c 1	converted 42 (40%) expressions
0.25/0.44	c 1	converted 52 (50%) expressions
0.25/0.44	c 1	converted 62 (60%) expressions
0.25/0.44	c 1	converted 73 (70%) expressions
0.25/0.46	c 1	converted 83 (80%) expressions
0.25/0.55	c 1	converted 93 (90%) expressions
0.25/0.76	c 1	converted 103 (100%) expressions
0.25/0.76	c 1	CSP : 321 integers, 0 booleans, 3762 clauses, largest domain size 241
0.25/0.76	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.76	c 1	Propagation in CSP
0.25/0.78	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.78	c 1	CSP : 321 integers, 0 booleans, 3762 clauses, largest domain size 241
0.25/0.78	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.79	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.88	c 1	CSP : 321 integers, 6480 booleans, 10242 clauses, largest domain size 241
0.25/0.88	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.94	c 1	33 (10%) CSP integer variables are encoded (2607 clauses, 31770 bytes)
0.25/0.94	c 1	65 (20%) CSP integer variables are encoded (5135 clauses, 64634 bytes)
0.25/0.95	c 1	97 (30%) CSP integer variables are encoded (9583 clauses, 122458 bytes)
0.25/0.96	c 1	129 (40%) CSP integer variables are encoded (15951 clauses, 217343 bytes)
0.25/0.97	c 1	161 (50%) CSP integer variables are encoded (22319 clauses, 312863 bytes)
0.25/0.98	c 1	193 (60%) CSP integer variables are encoded (28687 clauses, 408383 bytes)
0.25/0.98	c 1	225 (70%) CSP integer variables are encoded (35055 clauses, 503903 bytes)
0.25/0.99	c 1	257 (80%) CSP integer variables are encoded (41423 clauses, 599423 bytes)
0.25/1.00	c 1	289 (90%) CSP integer variables are encoded (47791 clauses, 694943 bytes)
0.93/1.01	c 1	321 (100%) CSP integer variables are encoded (54159 clauses, 790463 bytes)
11.46/11.61	c 12	1025 (10%) CSP clauses are encoded (6528024 clauses, 128423085 bytes)
11.56/11.71	c 12	2049 (20%) CSP clauses are encoded (6583688 clauses, 129467655 bytes)
11.66/11.82	c 12	3073 (30%) CSP clauses are encoded (6639272 clauses, 130513231 bytes)
11.76/11.92	c 12	4097 (40%) CSP clauses are encoded (6694936 clauses, 131604768 bytes)
11.86/12.02	c 12	5121 (50%) CSP clauses are encoded (6750600 clauses, 132708489 bytes)
11.96/12.11	c 12	6146 (60%) CSP clauses are encoded (6806265 clauses, 133812224 bytes)
12.06/12.22	c 12	7170 (70%) CSP clauses are encoded (6861929 clauses, 134915945 bytes)
12.16/12.32	c 13	8194 (80%) CSP clauses are encoded (6917513 clauses, 136018071 bytes)
12.26/12.42	c 13	9218 (90%) CSP clauses are encoded (6973177 clauses, 137121792 bytes)
12.35/12.52	c 13	10242 (100%) CSP clauses are encoded (7028681 clauses, 138223161 bytes)
12.35/12.52	c 13	10242 CSP clauses encoded
12.35/12.53	c 13	Writing map file : HOME/temp.map
12.35/12.53	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.35/12.53	c 13	SAT : 60960 SAT variables, 7028681 SAT clauses, 138223161 bytes
12.35/12.53	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.35/12.59	c 13	SOLVING HOME/temp.cnf
12.35/12.59	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
364.51/408.59	c 409	DECODING HOME/temp.out WITH HOME/temp.map
364.51/408.59	c 409	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
364.61/408.67	c 409	Decoding HOME/temp.out
364.61/408.83	s SATISFIABLE
364.61/408.83	v 52 60 29 63 59 37 7 28 34 30 35 66 31 47 67 24 1 68 32 2 62 69 58 25 43 75 3 36 21 4 56 49 55 80 53 15 39 76 6 16 11 78 27 74 42 51 61 79 44 8 13 81 14 18 54 19 73 17 50 26 20 64 46 5 38 9 33 65 23 77 48 71 70 57 41 40 22 45 10 12 72
364.61/408.84	c 409	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
364.61/408.87	c 409	CPU 364.85 (0.05 0.02 331.54 33.24)
364.61/408.87	c 409	END Sat Jul 11 17:30:20 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060257-1247325811/watcher-2060257-1247325811 -o /tmp/evaluation-result-2060257-1247325811/solver-2060257-1247325811 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060257-1247325811.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.31 1.79 1.92 4/85 11891
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=12272 CPUtime=0
/proc/11891/stat : 11891 (sugar) R 11889 11891 10520 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 19646335 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 0 0 0
/proc/11891/statm: 3068 364 274 3 0 168 0

[startup+0.0312741 s]
/proc/loadavg: 1.31 1.79 1.92 4/85 11891
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=13204 CPUtime=0.02
/proc/11891/stat : 11891 (sugar) R 11889 11891 10520 0 -1 4194304 697 0 0 0 2 0 0 0 18 0 1 0 19646335 13520896 665 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/11891/statm: 3301 666 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101282 s]
/proc/loadavg: 1.31 1.79 1.92 4/85 11891
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.06
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301324 s]
/proc/loadavg: 1.31 1.79 1.92 4/85 11891
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.25
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1292 4208 0 1 5 2 15 3 16 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+0.70141 s]
/proc/loadavg: 1.31 1.79 1.92 4/85 11891
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.25
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1309 4208 0 1 5 2 15 3 16 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 1.31 1.79 1.92 3/96 11913
/proc/meminfo: memFree=631064/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.25
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1310 4208 0 1 5 2 15 3 15 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
[pid=11904] ppid=11891 vsize=5356 CPUtime=0
/proc/11904/stat : 11904 (sh) S 11891 11891 10520 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1339 233 193 169 0 50 0
[pid=11905] ppid=11904 vsize=868684 CPUtime=1.17
/proc/11905/stat : 11905 (java) S 11904 11891 10520 0 -1 0 7478 0 1 0 109 8 0 0 20 0 9 0 19646365 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11905/statm: 217171 6523 2590 9 0 211648 0
[pid=11905/tid=11906] ppid=11904 vsize=868684 CPUtime=0.82
/proc/11905/task/11906/stat : 11906 (java) R 11904 11891 10520 0 -1 64 2919 0 1 0 77 5 0 0 25 0 9 0 19646366 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4126469720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11907] ppid=11904 vsize=868684 CPUtime=0.17
/proc/11905/task/11907/stat : 11907 (java) S 11904 11891 10520 0 -1 64 2383 0 0 0 15 2 0 0 16 0 9 0 19646367 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11908] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11908/stat : 11908 (java) S 11904 11891 10520 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19646367 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11909] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11909/stat : 11909 (java) S 11904 11891 10520 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646367 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11910] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11910/stat : 11910 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11911] ppid=11904 vsize=868684 CPUtime=0.16
/proc/11905/task/11911/stat : 11911 (java) S 11904 11891 10520 0 -1 64 1477 0 0 0 16 0 0 0 16 0 9 0 19646369 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11912] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11912/stat : 11912 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11913] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11913/stat : 11913 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646369 889532416 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890908

[startup+3.1019 s]
/proc/loadavg: 1.36 1.79 1.92 3/96 11913
/proc/meminfo: memFree=618584/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.25
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1310 4208 0 1 5 2 15 3 15 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
[pid=11904] ppid=11891 vsize=5356 CPUtime=0
/proc/11904/stat : 11904 (sh) S 11891 11891 10520 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1339 233 193 169 0 50 0
[pid=11905] ppid=11904 vsize=868684 CPUtime=2.77
/proc/11905/stat : 11905 (java) S 11904 11891 10520 0 -1 0 8029 0 1 0 254 23 0 0 20 0 9 0 19646365 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11905/statm: 217171 6531 2590 9 0 211648 0
[pid=11905/tid=11906] ppid=11904 vsize=868684 CPUtime=2.27
/proc/11905/task/11906/stat : 11906 (java) R 11904 11891 10520 0 -1 64 3463 0 1 0 211 16 0 0 25 0 9 0 19646366 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11907] ppid=11904 vsize=868684 CPUtime=0.29
/proc/11905/task/11907/stat : 11907 (java) S 11904 11891 10520 0 -1 64 2383 0 0 0 24 5 0 0 16 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11908] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11908/stat : 11908 (java) S 11904 11891 10520 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11909] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11909/stat : 11909 (java) S 11904 11891 10520 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11910] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11910/stat : 11910 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11911] ppid=11904 vsize=868684 CPUtime=0.17
/proc/11905/task/11911/stat : 11911 (java) S 11904 11891 10520 0 -1 64 1484 0 0 0 17 0 0 0 16 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11912] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11912/stat : 11912 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11913] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11913/stat : 11913 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890908

[startup+6.30256 s]
/proc/loadavg: 1.36 1.79 1.92 3/96 11913
/proc/meminfo: memFree=577240/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=0.25
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1310 4208 0 1 5 2 15 3 15 0 1 0 19646335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1111 409 3 0 796 0
[pid=11904] ppid=11891 vsize=5356 CPUtime=0
/proc/11904/stat : 11904 (sh) S 11891 11891 10520 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646364 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1339 233 193 169 0 50 0
[pid=11905] ppid=11904 vsize=868684 CPUtime=5.94
/proc/11905/stat : 11905 (java) S 11904 11891 10520 0 -1 0 9112 0 1 0 541 53 0 0 20 0 9 0 19646365 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11905/statm: 217171 6531 2590 9 0 211648 0
[pid=11905/tid=11906] ppid=11904 vsize=868684 CPUtime=5.18
/proc/11905/task/11906/stat : 11906 (java) R 11904 11891 10520 0 -1 64 4547 0 1 0 478 40 0 0 25 0 9 0 19646366 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11907] ppid=11904 vsize=868684 CPUtime=0.55
/proc/11905/task/11907/stat : 11907 (java) R 11904 11891 10520 0 -1 64 2383 0 0 0 44 11 0 0 15 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11908] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11908/stat : 11908 (java) S 11904 11891 10520 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11909] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11909/stat : 11909 (java) S 11904 11891 10520 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646367 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11910] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11910/stat : 11910 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11911] ppid=11904 vsize=868684 CPUtime=0.17
/proc/11905/task/11911/stat : 11911 (java) S 11904 11891 10520 0 -1 64 1484 0 0 0 17 0 0 0 16 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11912] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11912/stat : 11912 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11905/tid=11913] ppid=11904 vsize=868684 CPUtime=0
/proc/11905/task/11913/stat : 11913 (java) S 11904 11891 10520 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646369 889532416 6531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890908

[startup+12.7029 s]
/proc/loadavg: 1.92 1.90 1.96 3/96 11913
/proc/meminfo: memFree=495448/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1348 15735 0 2 5 2 1119 115 15 0 1 0 19646335 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 16868

[startup+25.5015 s]
/proc/loadavg: 2.48 2.02 1.99 2/87 11914
/proc/meminfo: memFree=505760/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1348 15735 0 2 5 2 1119 115 15 0 1 0 19646335 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1112 409 3 0 796 0
[pid=11914] ppid=11891 vsize=16868 CPUtime=0
/proc/11914/stat : 11914 (sugar) D 11891 11891 10520 0 -1 4194368 10 0 0 0 0 0 0 0 15 0 1 0 19647594 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228043844903 0 0 4096 16386 18446744072099197785 0 0 17 0 0 0
/proc/11914/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 33736
heavy processes:

[startup+51.1017 s]
/proc/loadavg: 4.02 2.41 2.13 2/87 11914
/proc/meminfo: memFree=506528/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1348 15735 0 2 5 2 1119 115 15 0 1 0 19646335 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1112 409 3 0 796 0
[pid=11914] ppid=11891 vsize=16868 CPUtime=0
/proc/11914/stat : 11914 (sugar) D 11891 11891 10520 0 -1 4194368 10 0 0 0 0 0 0 0 15 0 1 0 19647594 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228043844903 0 0 4096 16386 18446744072099197785 0 0 17 0 0 0
/proc/11914/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 33736
heavy processes:

[startup+102.306 s]
/proc/loadavg: 4.32 2.78 2.27 3/88 11915
/proc/meminfo: memFree=303256/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=213888 CPUtime=47.3
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 50452 0 0 0 2139 2591 0 0 25 0 1 0 19651814 219021312 50438 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 53472 50438 40 102 0 53367 0
Current children cumulated CPU time (s) 59.71
Current children cumulated vsize (KiB) 236112
heavy processes:

[startup+162.301 s]
/proc/loadavg: 3.75 2.91 2.34 3/88 11915
/proc/meminfo: memFree=256216/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=256112 CPUtime=106.95
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62237 0 0 0 7496 3199 0 0 25 0 1 0 19651814 262258688 62223 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64028 62223 42 102 0 63923 0
Current children cumulated CPU time (s) 119.36
Current children cumulated vsize (KiB) 278336
heavy processes:

[startup+222.302 s]
/proc/loadavg: 3.04 2.87 2.36 3/88 11915
/proc/meminfo: memFree=259480/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=256772 CPUtime=166.67
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62396 0 0 0 13467 3200 0 0 25 0 1 0 19651814 262934528 62382 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64193 62382 42 102 0 64088 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 278996

[startup+282.303 s]
/proc/loadavg: 2.19 2.65 2.32 3/77 11946
/proc/meminfo: memFree=435576/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=257168 CPUtime=226.44
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62510 0 0 0 19443 3201 0 0 25 0 1 0 19651814 263340032 62496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64292 62496 42 102 0 64187 0
Current children cumulated CPU time (s) 238.85
Current children cumulated vsize (KiB) 279392

[startup+342.302 s]
/proc/loadavg: 2.07 2.53 2.29 3/77 11946
/proc/meminfo: memFree=435000/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=257564 CPUtime=286.18
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62619 0 0 0 25416 3202 0 0 25 0 1 0 19651814 263745536 62605 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64391 62605 42 102 0 64286 0
Current children cumulated CPU time (s) 298.59
Current children cumulated vsize (KiB) 279788

[startup+402.301 s]
/proc/loadavg: 2.02 2.43 2.27 3/77 11946
/proc/meminfo: memFree=434552/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=258092 CPUtime=345.93
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62740 0 0 0 31391 3202 0 0 25 0 1 0 19651814 264286208 62726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64523 62726 42 102 0 64418 0
Current children cumulated CPU time (s) 358.34
Current children cumulated vsize (KiB) 280316

Solver just ended. Dumping a history of the last processes samples

[startup+403.103 s]
/proc/loadavg: 2.02 2.43 2.27 3/77 11946
/proc/meminfo: memFree=434552/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=258092 CPUtime=346.72
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62742 0 0 0 31470 3202 0 0 25 0 1 0 19651814 264286208 62728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64523 62728 42 102 0 64418 0
Current children cumulated CPU time (s) 359.13
Current children cumulated vsize (KiB) 280316

[startup+406.301 s]
/proc/loadavg: 2.02 2.43 2.27 3/77 11946
/proc/meminfo: memFree=434552/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=258092 CPUtime=349.91
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62749 0 0 0 31789 3202 0 0 25 0 1 0 19651814 264286208 62735 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64523 62735 42 102 0 64418 0
Current children cumulated CPU time (s) 362.32
Current children cumulated vsize (KiB) 280316

[startup+407.902 s]
/proc/loadavg: 2.02 2.42 2.27 3/77 11946
/proc/meminfo: memFree=434488/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=12.41
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1365 15735 0 2 5 2 1119 115 16 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
[pid=11914] ppid=11891 vsize=5356 CPUtime=0
/proc/11914/stat : 11914 (sh) S 11891 11891 10520 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19647594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11914/statm: 1339 232 193 169 0 50 0
[pid=11915] ppid=11914 vsize=258092 CPUtime=351.5
/proc/11915/stat : 11915 (picosat) R 11914 11891 10520 0 -1 4194304 62752 0 0 0 31948 3202 0 0 25 0 1 0 19651814 264286208 62738 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11915/statm: 64523 62738 42 102 0 64418 0
Current children cumulated CPU time (s) 363.91
Current children cumulated vsize (KiB) 280316

[startup+408.703 s]
/proc/loadavg: 2.02 2.42 2.27 3/77 11946
/proc/meminfo: memFree=434424/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=364.61
/proc/11891/stat : 11891 (sugar) S 11889 11891 10520 0 -1 4194304 1446 78781 0 2 5 2 33133 3321 15 0 1 0 19646335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11891/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 364.61
Current children cumulated vsize (KiB) 16868

[startup+408.902 s]
/proc/loadavg: 2.02 2.42 2.27 3/77 11946
/proc/meminfo: memFree=434424/2055920 swapFree=4192956/4192956
[pid=11891] ppid=11889 vsize=16868 CPUtime=364.88
/proc/11891/stat : 11891 (sugar) R 11889 11891 10520 0 -1 4194304 1476 82608 0 3 5 5 33154 3324 16 0 1 0 19646335 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/11891/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 364.88
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 408.934
CPU time (s): 364.939
CPU user time (s): 331.598
CPU system time (s): 33.3409
CPU usage (%): 89.2415
Max. virtual memory (cumulated for all children) (KiB): 890908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.598
system time used= 33.3409
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84145
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36798
involuntary context switches= 40909

runsolver used 0.438933 second user time and 1.18182 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-11 17:23:31
IDJOB=2060257
IDBENCH=53661
IDSOLVER=738
FILE ID=node77/2060257-1247325811
PBS_JOBID= 9506479
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-9_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060257-1247325811/watcher-2060257-1247325811 -o /tmp/evaluation-result-2060257-1247325811/solver-2060257-1247325811 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2060257-1247325811.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8ba45946ef8405b9c947640d2d7b6833
RANDOM SEED=706021183

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        651408 kB
Buffers:         50008 kB
Cached:        1088856 kB
SwapCached:          0 kB
Active:         373952 kB
Inactive:       976024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        651408 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         225344 kB
Slab:            39488 kB
Committed_AS:   842864 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66156 MiB
End job on node77 at 2009-07-11 17:30:20