Trace number 2084853

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+picosat? (TO) 1800.07 1809.33

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-27.xml
MD5SUMbae4e74e8302566c5df94afffcbc4902
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.310952
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
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 08:23:38 2009
0.00/0.08	c 0	PID 25688
0.06/0.08	c 0	HOST node49.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084853-1247379817.xml TO HOME/temp.csp
0.06/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-2084853-1247379817.xml' 'HOME/temp.csp'
0.06/0.88	c 0	1 domains, 451 variables, 1 predicates, 0 relations, 8691 constraints
0.06/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 0	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.91/1.01	c 1	Parsing HOME/temp.csp
1.00/1.16	c 1	parsed 9144 expressions
1.00/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.17	c 1	Converting to clausal form CSP
1.20/1.38	c 1	converted 915 (10%) expressions
1.29/1.44	c 1	converted 1829 (20%) expressions
1.29/1.48	c 1	converted 2744 (30%) expressions
1.40/1.55	c 1	converted 3658 (40%) expressions
1.40/1.58	c 1	converted 4572 (50%) expressions
1.50/1.62	c 1	converted 5487 (60%) expressions
1.50/1.65	c 1	converted 6401 (70%) expressions
1.60/1.73	c 1	converted 7316 (80%) expressions
1.60/1.76	c 1	converted 8230 (90%) expressions
1.60/1.80	c 1	converted 9144 (100%) expressions
1.60/1.80	c 1	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 27
1.60/1.80	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.80	c 1	Propagation in CSP
1.69/1.85	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.85	c 1	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 27
1.69/1.85	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.86	c 1	Simplifing CSP by introducing new Boolean variables
1.89/2.02	c 2	CSP : 451 integers, 17382 booleans, 26073 clauses, largest domain size 27
1.89/2.02	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.12	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.15	c 2	46 (10%) CSP integer variables are encoded (1150 clauses, 12885 bytes)
1.99/2.15	c 2	91 (20%) CSP integer variables are encoded (2275 clauses, 27510 bytes)
1.99/2.16	c 2	136 (30%) CSP integer variables are encoded (3400 clauses, 42135 bytes)
1.99/2.16	c 2	181 (40%) CSP integer variables are encoded (4525 clauses, 56760 bytes)
1.99/2.16	c 2	226 (50%) CSP integer variables are encoded (5650 clauses, 71385 bytes)
1.99/2.16	c 2	271 (60%) CSP integer variables are encoded (6775 clauses, 86010 bytes)
1.99/2.16	c 2	316 (70%) CSP integer variables are encoded (7900 clauses, 100635 bytes)
1.99/2.16	c 2	361 (80%) CSP integer variables are encoded (9025 clauses, 115260 bytes)
1.99/2.17	c 2	406 (90%) CSP integer variables are encoded (10150 clauses, 130956 bytes)
1.99/2.17	c 2	451 (100%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
2.18/2.33	c 2	2608 (10%) CSP clauses are encoded (59097 clauses, 989538 bytes)
2.28/2.43	c 2	5215 (20%) CSP clauses are encoded (106892 clauses, 1876022 bytes)
2.38/2.53	c 2	7822 (30%) CSP clauses are encoded (154687 clauses, 2767082 bytes)
2.48/2.62	c 2	10430 (40%) CSP clauses are encoded (202509 clauses, 3658801 bytes)
2.58/2.72	c 2	13037 (50%) CSP clauses are encoded (250304 clauses, 4550485 bytes)
2.68/2.82	c 2	15644 (60%) CSP clauses are encoded (298099 clauses, 5442637 bytes)
2.78/2.93	c 2	18252 (70%) CSP clauses are encoded (345895 clauses, 6334231 bytes)
2.87/3.02	c 3	20859 (80%) CSP clauses are encoded (393690 clauses, 7241047 bytes)
2.98/3.12	c 3	23466 (90%) CSP clauses are encoded (441485 clauses, 8180675 bytes)
3.08/3.22	c 3	26073 (100%) CSP clauses are encoded (489280 clauses, 9123579 bytes)
3.08/3.22	c 3	26073 CSP clauses encoded
3.08/3.22	c 3	Writing map file : HOME/temp.map
3.08/3.24	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.24	c 3	SAT : 29108 SAT variables, 489280 SAT clauses, 9123579 bytes
3.08/3.24	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.28	c 3	SOLVING HOME/temp.cnf
3.08/3.28	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1809.31	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1809.31	c 1809	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'
1800.07/1809.31	c ERROR INTERRUPTED
1800.07/1809.31	s UNKNOWN
1800.07/1809.31	c 1809	CPU 3.15 (0.06 0.02 2.88 0.19)
1800.07/1809.31	c 1809	END Sun Jul 12 08:53:47 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084853-1247379817/watcher-2084853-1247379817 -o /tmp/evaluation-result-2084853-1247379817/solver-2084853-1247379817 -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-2084853-1247379817.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: 2.20 2.07 2.02 4/84 25688
/proc/meminfo: memFree=1459872/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=4708 CPUtime=0
/proc/25688/stat : 25688 (sugar) R 25686 25688 25575 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 25042092 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 224624965001 0 0 4096 0 0 0 0 17 1 0 0
/proc/25688/statm: 1177 43 33 3 0 8 0

[startup+0.0833779 s]
/proc/loadavg: 2.20 2.07 2.02 4/84 25688
/proc/meminfo: memFree=1459872/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16740 CPUtime=0.06
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25042092 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10173 s]
/proc/loadavg: 2.20 2.07 2.02 4/84 25688
/proc/meminfo: memFree=1459872/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=0.06
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25042092 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301676 s]
/proc/loadavg: 2.20 2.07 2.02 4/84 25688
/proc/meminfo: memFree=1459872/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=0.06
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25042092 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701734 s]
/proc/loadavg: 2.20 2.07 2.02 4/84 25688
/proc/meminfo: memFree=1459872/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=0.06
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25042092 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 2.26 2.08 2.02 3/95 25710
/proc/meminfo: memFree=1452488/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=0.85
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1309 8747 0 1 5 1 73 6 16 0 1 0 25042092 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1111 409 3 0 796 0
[pid=25701] ppid=25688 vsize=5356 CPUtime=0
/proc/25701/stat : 25701 (sh) S 25688 25688 25575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25042185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25701/statm: 1339 233 193 169 0 50 0
[pid=25702] ppid=25701 vsize=868656 CPUtime=0.55
/proc/25702/stat : 25702 (java) S 25701 25688 25575 0 -1 0 6142 0 1 0 52 3 0 0 18 0 9 0 25042185 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25702/statm: 217164 5531 1855 9 0 211669 0
[pid=25702/tid=25703] ppid=25701 vsize=868656 CPUtime=0.31
/proc/25702/task/25703/stat : 25703 (java) R 25701 25688 25575 0 -1 64 2663 0 1 0 30 1 0 0 21 0 9 0 25042186 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25704] ppid=25701 vsize=868656 CPUtime=0.05
/proc/25702/task/25704/stat : 25704 (java) R 25701 25688 25575 0 -1 64 1312 0 0 0 5 0 0 0 16 0 9 0 25042188 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 103733353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25705] ppid=25701 vsize=868656 CPUtime=0
/proc/25702/task/25705/stat : 25705 (java) S 25701 25688 25575 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25042188 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25706] ppid=25701 vsize=868656 CPUtime=0
/proc/25702/task/25706/stat : 25706 (java) S 25701 25688 25575 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25042188 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25707] ppid=25701 vsize=868656 CPUtime=0
/proc/25702/task/25707/stat : 25707 (java) S 25701 25688 25575 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25042190 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25708] ppid=25701 vsize=868656 CPUtime=0.15
/proc/25702/task/25708/stat : 25708 (java) S 25701 25688 25575 0 -1 64 1474 0 0 0 15 0 0 0 16 0 9 0 25042190 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25709] ppid=25701 vsize=868656 CPUtime=0
/proc/25702/task/25709/stat : 25709 (java) S 25701 25688 25575 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25042190 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25710] ppid=25701 vsize=868656 CPUtime=0
/proc/25702/task/25710/stat : 25710 (java) S 25701 25688 25575 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25042190 889503744 5531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890880

[startup+3.1021 s]
/proc/loadavg: 2.26 2.08 2.02 4/95 25710
/proc/meminfo: memFree=1431112/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=0.85
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1310 8747 0 1 5 1 73 6 15 0 1 0 25042092 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1111 409 3 0 796 0
[pid=25701] ppid=25688 vsize=5356 CPUtime=0
/proc/25701/stat : 25701 (sh) S 25688 25688 25575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25042185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25701/statm: 1339 233 193 169 0 50 0
[pid=25702] ppid=25701 vsize=868704 CPUtime=2.13
/proc/25702/stat : 25702 (java) S 25701 25688 25575 0 -1 0 9874 0 1 0 202 11 0 0 18 0 9 0 25042185 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25702/statm: 217176 8850 2590 9 0 211653 0
[pid=25702/tid=25703] ppid=25701 vsize=868704 CPUtime=1.44
/proc/25702/task/25703/stat : 25703 (java) R 25701 25688 25575 0 -1 64 3026 0 1 0 138 6 0 0 25 0 9 0 25042186 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25704] ppid=25701 vsize=868704 CPUtime=0.44
/proc/25702/task/25704/stat : 25704 (java) S 25701 25688 25575 0 -1 64 4627 0 0 0 41 3 0 0 16 0 9 0 25042188 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25705] ppid=25701 vsize=868704 CPUtime=0
/proc/25702/task/25705/stat : 25705 (java) S 25701 25688 25575 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25042188 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25706] ppid=25701 vsize=868704 CPUtime=0
/proc/25702/task/25706/stat : 25706 (java) S 25701 25688 25575 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25042188 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25707] ppid=25701 vsize=868704 CPUtime=0
/proc/25702/task/25707/stat : 25707 (java) S 25701 25688 25575 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25042190 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25708] ppid=25701 vsize=868704 CPUtime=0.23
/proc/25702/task/25708/stat : 25708 (java) S 25701 25688 25575 0 -1 64 1523 0 0 0 22 1 0 0 16 0 9 0 25042190 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25709] ppid=25701 vsize=868704 CPUtime=0
/proc/25702/task/25709/stat : 25709 (java) S 25701 25688 25575 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25042190 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25702/tid=25710] ppid=25701 vsize=868704 CPUtime=0
/proc/25702/task/25710/stat : 25710 (java) S 25701 25688 25575 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25042190 889552896 8850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890928

[startup+6.30152 s]
/proc/loadavg: 2.24 2.08 2.02 3/87 25712
/proc/meminfo: memFree=1437704/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=14744 CPUtime=2.98
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 3278 0 0 0 137 161 0 0 25 0 1 0 25042421 15097856 3264 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 3686 3264 40 102 0 3581 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 36968

[startup+12.7014 s]
/proc/loadavg: 2.22 2.08 2.02 3/87 25712
/proc/meminfo: memFree=1427464/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=20824 CPUtime=9.31
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 5022 0 0 0 697 234 0 0 25 0 1 0 25042421 21323776 4996 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 5206 4996 42 102 0 5101 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 43048

[startup+25.5013 s]
/proc/loadavg: 2.17 2.08 2.02 3/87 25712
/proc/meminfo: memFree=1397576/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=23860 CPUtime=21.99
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 5784 0 0 0 1964 235 0 0 25 0 1 0 25042421 24432640 5758 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 5965 5758 42 102 0 5860 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 46084

[startup+51.1019 s]
/proc/loadavg: 2.11 2.07 2.02 3/87 25712
/proc/meminfo: memFree=1392008/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=31184 CPUtime=47.35
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 7225 0 0 0 4498 237 0 0 25 0 1 0 25042421 31932416 7085 996147200 134512640 134931368 4294956256 18446744073709551615 134529719 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 7796 7085 48 102 0 7691 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 53408

[startup+102.306 s]
/proc/loadavg: 2.42 2.15 2.05 3/87 25712
/proc/meminfo: memFree=1390536/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=32504 CPUtime=98.06
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 7688 0 0 0 9569 237 0 0 25 0 1 0 25042421 33284096 7436 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 8126 7436 48 102 0 8021 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 54728

[startup+162.302 s]
/proc/loadavg: 2.23 2.14 2.05 3/87 25712
/proc/meminfo: memFree=1362568/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1136328/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=45708 CPUtime=1354.17
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 13534 0 0 0 135173 244 0 0 25 0 1 0 25042421 46804992 10853 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 11427 10853 48 102 0 11322 0
Current children cumulated CPU time (s) 1357.32
Current children cumulated vsize (KiB) 67932

[startup+1422.31 s]
/proc/loadavg: 2.21 2.08 2.02 3/87 25712
/proc/meminfo: memFree=1134600/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=47556 CPUtime=1413.61
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 13981 0 0 0 141116 245 0 0 25 0 1 0 25042421 48697344 11300 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 11889 11300 48 102 0 11784 0
Current children cumulated CPU time (s) 1416.76
Current children cumulated vsize (KiB) 69780

[startup+1482.3 s]
/proc/loadavg: 2.31 2.12 2.04 3/87 25850
/proc/meminfo: memFree=1561544/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=50856 CPUtime=1473.02
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 14795 0 0 0 147054 248 0 0 25 0 1 0 25042421 52076544 12114 996147200 134512640 134931368 4294956256 18446744073709551615 134529697 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 12714 12114 48 102 0 12609 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 73080

[startup+1542.3 s]
/proc/loadavg: 2.17 2.11 2.04 3/87 25850
/proc/meminfo: memFree=1558792/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1532.44
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 15595 0 0 0 152995 249 0 0 25 0 1 0 25042421 54239232 12686 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12686 48 102 0 13137 0
Current children cumulated CPU time (s) 1535.59
Current children cumulated vsize (KiB) 75192

[startup+1602.3 s]
/proc/loadavg: 2.12 2.11 2.04 3/87 25850
/proc/meminfo: memFree=1527048/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1591.88
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 15595 0 0 0 158939 249 0 0 25 0 1 0 25042421 54239232 12686 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12686 48 102 0 13137 0
Current children cumulated CPU time (s) 1595.03
Current children cumulated vsize (KiB) 75192

[startup+1662.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/87 25850
/proc/meminfo: memFree=1526792/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1651.31
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 15856 0 0 0 164882 249 0 0 25 0 1 0 25042421 54239232 12708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12708 48 102 0 13137 0
Current children cumulated CPU time (s) 1654.46
Current children cumulated vsize (KiB) 75192

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.03 3/87 25852
/proc/meminfo: memFree=1526792/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1710.75
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 15856 0 0 0 170826 249 0 0 25 0 1 0 25042421 54239232 12708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12708 48 102 0 13137 0
Current children cumulated CPU time (s) 1713.9
Current children cumulated vsize (KiB) 75192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 25852
/proc/meminfo: memFree=1526792/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1770.18
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 15856 0 0 0 176769 249 0 0 25 0 1 0 25042421 54239232 12708 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12708 48 102 0 13137 0
Current children cumulated CPU time (s) 1773.33
Current children cumulated vsize (KiB) 75192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 25852
/proc/meminfo: memFree=1526664/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1796.92
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 16125 0 0 0 179443 249 0 0 25 0 1 0 25042421 54239232 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12728 48 102 0 13137 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 75192

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 25852
/proc/meminfo: memFree=1526664/2055920 swapFree=4192812/4192956
[pid=25688] ppid=25686 vsize=16868 CPUtime=3.15
/proc/25688/stat : 25688 (sugar) S 25686 25688 25575 0 -1 4194304 1365 18951 0 2 6 2 288 19 16 0 1 0 25042092 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25688/statm: 4217 1113 409 3 0 796 0
[pid=25711] ppid=25688 vsize=5356 CPUtime=0
/proc/25711/stat : 25711 (sh) S 25688 25688 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25042421 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25711/statm: 1339 232 193 169 0 50 0
[pid=25712] ppid=25711 vsize=52968 CPUtime=1796.92
/proc/25712/stat : 25712 (picosat) R 25711 25688 25575 0 -1 4194304 16125 0 0 0 179443 249 0 0 25 0 1 0 25042421 54239232 12728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25712/statm: 13242 12728 48 102 0 13137 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 75192

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25688 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=950551
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=224965
# CPU time returned by wait4() is 3.17552
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.33
CPU time (s): 1800.07
CPU user time (s): 1797.37
CPU system time (s): 2.7
CPU usage (%): 99.4885
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95055
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20801
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3800
involuntary context switches= 3760

runsolver used 2.00469 second user time and 6.23705 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 08:23:37
IDJOB=2084853
IDBENCH=58191
IDSOLVER=738
FILE ID=node49/2084853-1247379817
PBS_JOBID= 9507241
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-27.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-2084853-1247379817/watcher-2084853-1247379817 -o /tmp/evaluation-result-2084853-1247379817/solver-2084853-1247379817 -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-2084853-1247379817.xml

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

MD5SUM BENCH= bae4e74e8302566c5df94afffcbc4902
RANDOM SEED=812680194

node49.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.232
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.232
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:       1460352 kB
Buffers:         59116 kB
Cached:         184392 kB
SwapCached:          0 kB
Active:         426228 kB
Inactive:       103068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:         301520 kB
Slab:            50820 kB
Committed_AS:   906516 kB
PageTables:       2292 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node49 at 2009-07-12 08:53:49