Trace number 2090793

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+picosatUNSAT 1619.68 1625.73

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-92_ext.xml
MD5SUMc56d3168d4b60946a7befce3deaa06d6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1978
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:35:52 2009
0.00/0.08	c 0	PID 28706
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2090793-1247391352.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090793-1247391352.xml' 'HOME/temp.csp'
1.16/1.25	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.16/1.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.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'
1.22/1.38	c 1	Parsing HOME/temp.csp
2.79/2.97	c 3	parsed 209 expressions
2.79/2.98	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.98	c 3	Converting to clausal form CSP
2.79/3.00	c 3	converted 21 (10%) expressions
2.89/3.00	c 3	converted 42 (20%) expressions
2.89/3.03	c 3	converted 63 (30%) expressions
2.89/3.05	c 3	converted 84 (40%) expressions
2.89/3.05	c 3	converted 105 (50%) expressions
3.09/3.28	c 3	converted 126 (60%) expressions
3.28/3.49	c 4	converted 147 (70%) expressions
3.48/3.64	c 4	converted 168 (80%) expressions
3.68/3.80	c 4	converted 189 (90%) expressions
3.79/3.94	c 4	converted 209 (100%) expressions
3.79/3.94	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.94	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.94	c 4	Propagation in CSP
3.79/3.94	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.79/3.94	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.94	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.94	c 4	Simplifing CSP by introducing new Boolean variables
3.79/3.94	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.94	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.12	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.14	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.98/4.14	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.98/4.15	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.98/4.15	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.98/4.15	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.98/4.15	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.98/4.15	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.98/4.15	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.98/4.15	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.98/4.15	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.28/4.49	c 5	9 (10%) CSP clauses are encoded (34558 clauses, 644188 bytes)
4.57/4.75	c 5	17 (20%) CSP clauses are encoded (58614 clauses, 1158305 bytes)
4.87/5.03	c 5	26 (30%) CSP clauses are encoded (85864 clauses, 1749064 bytes)
5.07/5.28	c 5	34 (40%) CSP clauses are encoded (110243 clauses, 2318815 bytes)
5.36/5.54	c 6	42 (50%) CSP clauses are encoded (134603 clauses, 2887736 bytes)
5.65/5.83	c 6	51 (60%) CSP clauses are encoded (162036 clauses, 3528647 bytes)
5.85/6.08	c 6	59 (70%) CSP clauses are encoded (186227 clauses, 4093676 bytes)
6.15/6.36	c 6	68 (80%) CSP clauses are encoded (213487 clauses, 4730510 bytes)
6.45/6.61	c 7	76 (90%) CSP clauses are encoded (237560 clauses, 5292775 bytes)
6.64/6.87	c 7	84 (100%) CSP clauses are encoded (261677 clauses, 5855941 bytes)
6.64/6.87	c 7	84 CSP clauses encoded
6.64/6.87	c 7	Writing map file : HOME/temp.map
6.64/6.87	c 7	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.87	c 7	SAT : 7160 SAT variables, 261677 SAT clauses, 5855941 bytes
6.64/6.87	c 7	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.89	c 7	SOLVING HOME/temp.cnf
6.64/6.89	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1619.47/1625.56	c 1626	DECODING HOME/temp.out WITH HOME/temp.map
1619.47/1625.56	c 1626	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'
1619.55/1625.64	c 1626	Decoding HOME/temp.out
1619.55/1625.65	s UNSATISFIABLE
1619.55/1625.67	c 1626	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1619.64/1625.72	c 1626	CPU 1619.66 (0.05 0.02 1617.73 1.86)
1619.64/1625.72	c 1626	END Sun Jul 12 12:02:58 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090793-1247391352/watcher-2090793-1247391352 -o /tmp/evaluation-result-2090793-1247391352/solver-2090793-1247391352 -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-2090793-1247391352.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.85 2.07 2.05 4/84 28706
/proc/meminfo: memFree=1709304/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=4708 CPUtime=0
/proc/28706/stat : 28706 (sugar) R 28704 28706 28669 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 26201838 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255233950672 0 0 4096 0 0 0 0 17 1 0 0
/proc/28706/statm: 1177 43 33 3 0 8 0

[startup+0.082961 s]
/proc/loadavg: 1.85 2.07 2.05 4/84 28706
/proc/meminfo: memFree=1709304/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16740 CPUtime=0.07
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 26201838 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102246 s]
/proc/loadavg: 1.85 2.07 2.05 4/84 28706
/proc/meminfo: memFree=1709304/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=0.07
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301261 s]
/proc/loadavg: 1.85 2.07 2.05 4/84 28706
/proc/meminfo: memFree=1709304/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=0.07
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701305 s]
/proc/loadavg: 1.85 2.07 2.05 4/84 28706
/proc/meminfo: memFree=1709304/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=0.07
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50139 s]
/proc/loadavg: 1.85 2.07 2.05 3/95 28718
/proc/meminfo: memFree=1690008/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=1.22
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1309 7998 0 1 5 2 108 7 15 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.10257 s]
/proc/loadavg: 1.85 2.07 2.05 3/95 28728
/proc/meminfo: memFree=1685336/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=1.22
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1309 7998 0 1 5 2 108 7 16 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
[pid=28719] ppid=28706 vsize=5356 CPUtime=0
/proc/28719/stat : 28719 (sh) S 28706 28706 28669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26201967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28719/statm: 1339 233 193 169 0 50 0
[pid=28720] ppid=28719 vsize=864376 CPUtime=1.77
/proc/28720/stat : 28720 (java) S 28719 28706 28669 0 -1 0 14092 0 1 0 170 7 0 0 18 0 9 0 26201967 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28720/statm: 216094 13341 2568 9 0 210599 0
[pid=28720/tid=28721] ppid=28719 vsize=864376 CPUtime=1.04
/proc/28720/task/28721/stat : 28721 (java) R 28719 28706 28669 0 -1 64 2877 0 1 0 102 2 0 0 25 0 9 0 26201968 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28722] ppid=28719 vsize=864376 CPUtime=0.68
/proc/28720/task/28722/stat : 28722 (java) R 28719 28706 28669 0 -1 64 10202 0 0 0 64 4 0 0 16 0 9 0 26201970 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 103731844 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28723] ppid=28719 vsize=864376 CPUtime=0
/proc/28720/task/28723/stat : 28723 (java) S 28719 28706 28669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26201970 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28724] ppid=28719 vsize=864376 CPUtime=0
/proc/28720/task/28724/stat : 28724 (java) S 28719 28706 28669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26201970 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28725] ppid=28719 vsize=864376 CPUtime=0
/proc/28720/task/28725/stat : 28725 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26201972 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28726] ppid=28719 vsize=864376 CPUtime=0.04
/proc/28720/task/28726/stat : 28726 (java) S 28719 28706 28669 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 26201972 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28727] ppid=28719 vsize=864376 CPUtime=0
/proc/28720/task/28727/stat : 28727 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26201972 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28728] ppid=28719 vsize=864376 CPUtime=0
/proc/28720/task/28728/stat : 28728 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26201972 885121024 13341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886600

[startup+6.30291 s]
/proc/loadavg: 1.94 2.09 2.05 3/95 28728
/proc/meminfo: memFree=1633816/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=1.22
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1310 7998 0 1 5 2 108 7 15 0 1 0 26201838 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1111 409 3 0 796 0
[pid=28719] ppid=28706 vsize=5356 CPUtime=0
/proc/28719/stat : 28719 (sh) S 28706 28706 28669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26201967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28719/statm: 1339 233 193 169 0 50 0
[pid=28720] ppid=28719 vsize=864488 CPUtime=4.93
/proc/28720/stat : 28720 (java) S 28719 28706 28669 0 -1 0 20078 0 1 0 479 14 0 0 18 0 9 0 26201967 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28720/statm: 216122 19218 2590 9 0 210599 0
[pid=28720/tid=28721] ppid=28719 vsize=864488 CPUtime=3.42
/proc/28720/task/28721/stat : 28721 (java) R 28719 28706 28669 0 -1 64 3327 0 1 0 336 6 0 0 25 0 9 0 26201968 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4126378212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28722] ppid=28719 vsize=864488 CPUtime=1.41
/proc/28720/task/28722/stat : 28722 (java) S 28719 28706 28669 0 -1 64 15712 0 0 0 134 7 0 0 16 0 9 0 26201970 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28723] ppid=28719 vsize=864488 CPUtime=0
/proc/28720/task/28723/stat : 28723 (java) S 28719 28706 28669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26201970 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28724] ppid=28719 vsize=864488 CPUtime=0
/proc/28720/task/28724/stat : 28724 (java) S 28719 28706 28669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26201970 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28725] ppid=28719 vsize=864488 CPUtime=0
/proc/28720/task/28725/stat : 28725 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26201972 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28726] ppid=28719 vsize=864488 CPUtime=0.08
/proc/28720/task/28726/stat : 28726 (java) S 28719 28706 28669 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26201972 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28727] ppid=28719 vsize=864488 CPUtime=0
/proc/28720/task/28727/stat : 28727 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26201972 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28720/tid=28728] ppid=28719 vsize=864488 CPUtime=0
/proc/28720/task/28728/stat : 28728 (java) S 28719 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26201972 885235712 19218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886712

[startup+12.7026 s]
/proc/loadavg: 1.95 2.09 2.05 3/87 28730
/proc/meminfo: memFree=1687192/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=10640 CPUtime=5.74
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 2588 0 0 0 422 152 0 0 25 0 1 0 26202527 10895360 2572 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/28730/statm: 2660 2572 42 102 0 2555 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 32864

[startup+25.502 s]
/proc/loadavg: 1.96 2.08 2.05 3/87 28730
/proc/meminfo: memFree=1685848/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=12984 CPUtime=18.42
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 2942 0 0 0 1690 152 0 0 25 0 1 0 26202527 13295616 2926 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28730/statm: 3246 2926 42 102 0 3141 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 35208

[startup+51.1017 s]
/proc/loadavg: 1.97 2.07 2.05 3/87 28730
/proc/meminfo: memFree=1683672/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=15228 CPUtime=43.78
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 3502 0 0 0 4225 153 0 0 25 0 1 0 26202527 15593472 3486 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28730/statm: 3807 3486 42 102 0 3702 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 37452

[startup+102.306 s]
/proc/loadavg: 1.99 2.06 2.04 3/87 28730
/proc/meminfo: memFree=1682456/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=16156 CPUtime=94.5
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 3837 0 0 0 9297 153 0 0 25 0 1 0 26202527 16543744 3749 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/28730/statm: 4039 3749 48 102 0 3934 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 38380

[startup+162.302 s]
/proc/loadavg: 1.99 2.05 2.04 3/87 28730
/proc/meminfo: memFree=1682072/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=16676 CPUtime=153.93
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 3968 0 0 0 15240 153 0 0 25 0 1 0 26202527 17076224 3814 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28730/statm: 4169 3814 48 102 0 4064 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 38900

################
# More data... #
################

Current children cumulated CPU time (s) 1416.36
Current children cumulated vsize (KiB) 42992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28768
/proc/meminfo: memFree=1766968/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1469.6
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6679 0 0 0 146803 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1476.33
Current children cumulated vsize (KiB) 44048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766904/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1529.58
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6679 0 0 0 152801 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1536.31
Current children cumulated vsize (KiB) 44048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766904/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1589.55
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6679 0 0 0 158798 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1596.28
Current children cumulated vsize (KiB) 44048

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

[startup+1612.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1599.94
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6679 0 0 0 159837 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1606.67
Current children cumulated vsize (KiB) 44048

[startup+1619.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1606.35
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6757 0 0 0 160478 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1613.08
Current children cumulated vsize (KiB) 44048

[startup+1622.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1609.54
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6757 0 0 0 160797 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1616.27
Current children cumulated vsize (KiB) 44048

[startup+1623.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1611.14
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6757 0 0 0 160957 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1617.87
Current children cumulated vsize (KiB) 44048

[startup+1624.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1611.94
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6757 0 0 0 161037 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1618.67
Current children cumulated vsize (KiB) 44048

[startup+1625.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28774
/proc/meminfo: memFree=1766840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=6.73
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1365 28397 0 2 5 2 642 24 16 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28729] ppid=28706 vsize=5356 CPUtime=0
/proc/28729/stat : 28729 (sh) S 28706 28706 28669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26202527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28729/statm: 1339 232 193 169 0 50 0
[pid=28730] ppid=28729 vsize=21824 CPUtime=1612.74
/proc/28730/stat : 28730 (picosat) R 28729 28706 28669 0 -1 4194304 6757 0 0 0 161117 157 0 0 25 0 1 0 26202527 22347776 5219 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/28730/statm: 5456 5219 48 102 0 5351 0
Current children cumulated CPU time (s) 1619.47
Current children cumulated vsize (KiB) 44048

[startup+1625.7 s]
/proc/loadavg: 2.00 2.00 2.00 2/91 28784
/proc/meminfo: memFree=1782840/2055920 swapFree=4192812/4192956
[pid=28706] ppid=28704 vsize=16868 CPUtime=1619.55
/proc/28706/stat : 28706 (sugar) S 28704 28706 28669 0 -1 4194304 1448 35441 0 2 5 2 161765 183 15 0 1 0 26201838 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28706/statm: 4217 1113 409 3 0 796 0
[pid=28775] ppid=28706 vsize=5356 CPUtime=0
/proc/28775/stat : 28775 (sh) S 28706 28706 28669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26364394 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28775/statm: 1339 233 193 169 0 50 0
[pid=28776] ppid=28775 vsize=863844 CPUtime=0.09
/proc/28776/stat : 28776 (java) S 28775 28706 28669 0 -1 0 3381 0 1 0 7 2 0 0 19 0 9 0 26364394 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28776/statm: 215961 2847 1689 9 0 210466 0
[pid=28776/tid=28777] ppid=28775 vsize=863844 CPUtime=0.07
/proc/28776/task/28777/stat : 28777 (java) S 28775 28706 28669 0 -1 64 2463 0 1 0 6 1 0 0 25 0 9 0 26364395 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28778] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28778/stat : 28778 (java) S 28775 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 26364397 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28779] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28779/stat : 28779 (java) S 28775 28706 28669 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 26364397 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28780] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28780/stat : 28780 (java) S 28775 28706 28669 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 26364397 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28781] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28781/stat : 28781 (java) S 28775 28706 28669 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 26364399 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28782] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28782/stat : 28782 (java) S 28775 28706 28669 0 -1 64 222 0 0 0 0 0 0 0 24 0 9 0 26364399 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28783] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28783/stat : 28783 (java) S 28775 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26364399 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28776/tid=28784] ppid=28775 vsize=863844 CPUtime=0
/proc/28776/task/28784/stat : 28784 (java) S 28775 28706 28669 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 26364399 884576256 2847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.64
Current children cumulated vsize (KiB) 886068

Child status: 0
Real time (s): 1625.73
CPU time (s): 1619.68
CPU user time (s): 1617.79
CPU system time (s): 1.89471
CPU usage (%): 99.628
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1617.79
system time used= 1.89471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40649
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= 3652
involuntary context switches= 30583

runsolver used 2.01069 second user time and 5.39518 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 11:35:52
IDJOB=2090793
IDBENCH=59893
IDSOLVER=738
FILE ID=node19/2090793-1247391352
PBS_JOBID= 9507331
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-92_ext.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-2090793-1247391352/watcher-2090793-1247391352 -o /tmp/evaluation-result-2090793-1247391352/solver-2090793-1247391352 -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-2090793-1247391352.xml

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

MD5SUM BENCH= c56d3168d4b60946a7befce3deaa06d6
RANDOM SEED=120726401

node19.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.211
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.211
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1709784 kB
Buffers:         18396 kB
Cached:         103596 kB
SwapCached:          0 kB
Active:         229888 kB
Inactive:        64488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         188096 kB
Slab:            36788 kB
Committed_AS:   899568 kB
PageTables:       2160 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= 66428 MiB
End job on node19 at 2009-07-12 12:02:58